# 7.1 Overview

EhCachePlugin is a cache plugin integrated into JFinal. By using EhCachePlugin, you can improve the system's concurrent access speed. This plugin leverages the capabilities of the EhCache library to provide an efficient, configurable caching mechanism that can greatly enhance the performance of your JFinal application. Whether you're caching database query results, API responses, or any other expensive computation, EhCachePlugin offers a straightforward way to speed up repetitive tasks and improve user experience.

Last Updated: 9/22/2023, 5:04:24 AM